Instructions:
1Use font-face declaration Fonts.
@font-face{
font-family: "Nround XB";
src: url("2e532abc23a75c95ad56c0ea87d86e21.eot");
src: url("2e532abc23a75c95ad56c0ea87d86e21.eot?#iefix")format("embedded-opentype"),
url("2e532abc23a75c95ad56c0ea87d86e21.woff")format("woff"),
url("2e532abc23a75c95ad56c0ea87d86e21.woff2")format("woff2"),
url("2e532abc23a75c95ad56c0ea87d86e21.ttf")format("truetype"),
url("2e532abc23a75c95ad56c0ea87d86e21.svg#Nround XB")format("svg");
font-weight:normal;
font-style:normal;
font-display:swap;
}
orTo embed a font, copy the code into the head of your html
<link href="https://db.onlinewebfonts.com/c/2e532abc23a75c95ad56c0ea87d86e21?family=Nround+XB" rel="stylesheet">
2CSS rules to specify families
Use example:
font-family: "Nround XB";
Nround XB
OnlineWebFonts.Com Some fonts provided are trial versions of full versions and may not allow embedding
unless a commercial license is purchased or may contain a limited character set.
Please review any files included with your download,
which will usually include information on the usage and licenses of the fonts.
If no information is provided,
please use at your own discretion or contact the author directly.
3License and attribution:
4Copy the Attribution License:
<div>Fonts made from <a href="http://www.onlinewebfonts.com">Web Fonts</a>is licensed by CC BY 4.0</div>